home *** CD-ROM | disk | FTP | other *** search
- inherited FindForm: TFindForm
- Left = 575
- Caption = 'Find'
- ClientHeight = 353
- ClientWidth = 404
- OldCreateOrder = True
- Scaled = False
- PixelsPerInch = 96
- TextHeight = 13
- inherited Image5: TImage
- Top = 352
- Width = 404
- end
- inherited LeftBorder: TImage
- Height = 351
- end
- inherited Image4: TImage
- Left = 403
- Height = 351
- end
- inherited Image6: TImage
- Width = 404
- end
- object Label1: TLabel [4]
- Left = 16
- Top = 72
- Width = 56
- Height = 13
- Caption = 'Text to find:'
- end
- object Bevel2: TBevel [5]
- Left = 16
- Top = 136
- Width = 372
- Height = 10
- Anchors = [akLeft, akTop, akRight]
- Shape = bsBottomLine
- end
- object Label2: TLabel [6]
- Left = 16
- Top = 152
- Width = 70
- Height = 13
- Caption = 'Search results:'
- end
- inherited HeaderPanel: TPanel
- Width = 402
- inherited HeaderImg: TImage
- Width = 402
- end
- inherited Image3: TImage
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- inherited TitleLabel: TLabel
- Width = 35
- Caption = 'Find'
- end
- inherited SubTitleLabel: TLabel
- Width = 237
- Caption = 'Just type in the phrase to search for'
- end
- end
- object LastSearchesCombo: TComboBox
- Left = 16
- Top = 88
- Width = 282
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- TabOrder = 1
- end
- object Button1: TButton
- Left = 313
- Top = 72
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&Find'
- Default = True
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 313
- Top = 104
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object ResultsLV: TListView
- Left = 16
- Top = 168
- Width = 371
- Height = 169
- Columns = <
- item
- Caption = 'Subject'
- Width = 220
- end
- item
- AutoSize = True
- Caption = 'Category'
- end>
- HotTrack = True
- HotTrackStyles = [htHandPoint, htUnderlineHot]
- HoverTime = 3600000
- ReadOnly = True
- RowSelect = True
- TabOrder = 4
- ViewStyle = vsReport
- OnDblClick = ResultsLVDblClick
- OnSelectItem = ResultsLVSelectItem
- end
- object DaNoTaskPanel: TDaPanel
- Left = 18
- Top = 190
- Width = 367
- Height = 145
- Visible = False
- FillColor = clBlack
- object DaGradient: TDaGradient
- Left = 0
- Top = 0
- Width = 367
- Height = 145
- Align = alClient
- ColorStart = clWindow
- ColorEnd = clCream
- IsHorizontal = False
- end
- object Label4: TLabel
- Left = 144
- Top = 64
- Width = 79
- Height = 13
- Caption = 'No Tasks Found'
- Transparent = True
- end
- end
- end
-